home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / networking / 2102 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.3 KB

  1. Path: lyra.csx.cam.ac.uk!dah31
  2. From: dah31@cam.ac.uk (Dave Harris)
  3. Newsgroups: comp.sys.amiga.networking
  4. Subject: Re: I-Card/1200/AmiTCP problem
  5. Date: 5 Mar 1996 01:10:15 GMT
  6. Organization: University of Cambridge, England
  7. Message-ID: <4hg49n$9c2@lyra.csx.cam.ac.uk>
  8. References: <2137cc$113b28.182@news.hampshire.edu> <dave.0aue@ccom.co.nz> <mbs.49c3@adastra.cvl.va.us>
  9. NNTP-Posting-Host: hammer.thor.cam.ac.uk
  10.  
  11. In article <mbs.49c3@adastra.cvl.va.us>, mbs@adastra.cvl.va.us (Michael B. Smith) writes:
  12. > We've just recently been able to identify _a_ problem, and do not yet
  13. > have a solution. I really can't say more than that, other than that we
  14. > are working on it. (And it's taking rather valuable time away from our
  15. > I-Net 225 release <sigh>.)
  16.  
  17. Okay... but can anyone help me out to get my I-Card to do _anything_?
  18. Like, for instance, connect to the network?  Here's my
  19. AmiTCP:bin/startnet:
  20.  
  21. ------8< cut here 8<------
  22. .key IPADDRESS
  23. .bra {
  24. .ket }
  25. .def IPADDRESS 131.111.131.175
  26.  
  27. ; log in
  28. echo
  29. echo login: dah31
  30. AmiTCP:bin/login -f dah31
  31. AmiTCP:bin/umask 022
  32. AmiTCP:AmiTCP
  33. WaitForPort AMITCP
  34. ; Configure loop-back device
  35. AmiTCP:bin/ifconfig lo0 localhost
  36. ; Configure I-Card     ; I changed this line
  37. AmiTCP:bin/ifconfig icard0 inet {IPADDRESS} netmask 255.255.255.0
  38. ; and the one above this one
  39. ; Add IP address entry for this host 
  40. rx "address AMITCP; 'ADD HOST {IPADDRESS} darling.chu.cam.ac.uk '"
  41. ; Add route to this host
  42. AmiTCP:bin/route add {IPADDRESS} localhost
  43. ; Add route to the default gateway
  44. AmiTCP:bin/route add default 131.111.131.62
  45. setenv HOSTNAME `AmiTCP:bin/hostname`
  46. Assign TCP: Exists > NIL:
  47. IF Warn
  48.   Mount TCP: from AmiTCP:devs/Inet-Mountlist
  49. EndIf
  50. ; Start the internet `super server'
  51. run AmiTCP:bin/inetd
  52. ------8< cut here 8<------
  53.  
  54. ... and here's the relevant part of my db/interfaces:
  55.  
  56. ------8< cut here 8<------
  57. [...]
  58. #
  59. # ASDG EB920 Ethernet adapter
  60. #
  61. eb920 DEV=DEVS:Networks/eb920.device UNIT=0
  62. #
  63. # Interworks I-Card PCMCIA Ethernet adapter (10BaseT)
  64. #
  65. icard0 DEV=DEVS:Networks/icard.device UNIT=0
  66. #
  67. # Village Tronic Ariadne Ethernet adapter
  68. #
  69. ariadne DEV=DEVS:Networks/ariadne.device UNIT=0
  70. #
  71. ------8< cut here 8<------
  72.  
  73. I'm using the 10BaseT port (cat 5 unshielded twisted pair (UTP) patch
  74. cable) (unit 0 of the icard.device).
  75.  
  76. Can anyone help me out here, please?
  77.  
  78. --
  79. Dave Harris
  80. dah31@cam.ac.uk
  81.